From: Luc Teirlinck Date: Wed, 16 Jun 2004 22:33:52 +0000 (+0000) Subject: (syms_of_buffer): Clarify `fill-column' docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21938 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6923fa6e3cb8a395d71ce574b32b1e07ff9e2be8;p=emacs.git (syms_of_buffer): Clarify `fill-column' docstring. --- diff --git a/src/buffer.c b/src/buffer.c index 532a768ba50..b72695d82bc 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5437,7 +5437,7 @@ nil here means use current buffer's major mode. */); DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, make_number (Lisp_Int), doc: /* *Column beyond which automatic line-wrapping should happen. -Interactively, you can set this using \\[set-fill-column]. */); +Interactively, you can set the buffer local value using \\[set-fill-column]. */); DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin, make_number (Lisp_Int),